home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 September / Personal_Computer_World_Sep_97.iso / Democd3 / internet.dxr / 00025_Select Browser Script.ls < prev    next >
Encoding:
Text File  |  1997-06-04  |  175 b   |  10 lines

  1. on mouseUp
  2.   global browserpath, FileString
  3.   selectbrowser()
  4.   if not voidp(browserpath) then
  5.     set FileString to browserpath
  6.     deletefile()
  7.     writeFile()
  8.   end if
  9. end
  10.